home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-06-28 | 392 b | 24 lines | [TEXT/CWIE] |
- // EventManagerUser.cp
-
- #ifndef EventManagerUser_h
- #include "EventManagerUser.h"
- #endif
- #ifndef Integers_h
- #include "Integers.h"
- #endif
- #ifndef DialogManagerUser_h
- #include "DialogManagerUser.h"
- #endif
-
- EventManagerUser::EventManagerUser()
- {
- static bool initialized = false;
-
- if ( !initialized )
- {
- DialogManagerUser();
- FlushEvents( everyEvent, 0 );
- initialized = true;
- }
- }
-